/* css 重置 */


/* 本例子css */

.slideGroup {
	margin:0 auto;
	width: 100%;
}

.slideGroup .parHd {
	position: relative;
	height: 100px;
	line-height: 100px;
	padding: 0 20px;
}

.slideGroup .parHd ul {
	display:table; margin:0 auto;
}

.slideGroup .parHd ul li {
	float: left;
	padding: 0 15px;
	cursor: pointer;
}

.slideGroup .parHd ul li.on {
	height: 30px;
	background: #fff;
	color: green;
}

.slideGroup .slideBox {
	overflow: hidden;
	zoom: 1;
	padding: 10px 0 10px 100px;
	position: relative;
}

.slideGroup .sPrev,
.slideGroup .sNext {
	position: absolute;
	/*left: 5px;*/
	left:155px;
	/*top: 10px;*/
	bottom:0;
	display: block;
	width: 54px;
	/*height: 385px;*/
	height:85px;
	background: url(../images/icoLeft.png) center center no-repeat;
	z-index: 88;
}

.slideGroup .sNext {
	left: 255px;
	/*right: 5px;*/
	background: url(../images/icoRight.png) center center no-repeat;
}

.slideGroup .parBd ul {
	overflow: hidden;
	zoom: 1;
}

.slideGroup .parBd ul li {
	margin: 0 8px;
	float: left;
	width: 100%;
	position: relative;
}

/*.slideGroup .parBd ul li .pic {
	text-align: center;
}

.slideGroup .parBd ul li .pic img {
	width: 450px;
	height: 385px;
	display: block;
	padding: 2px;
}*/


/*.slideGroup .parBd ul li .description {
	position: absolute;
	width: 280px;
	height: 145px;
	background: #372d2b;
	padding: 20px 10px 10px 20px;
	top:120px;
	left: 420px;
	color:#fff
}
.slideGroup .parBd ul li .description h4{
	color: #cca552;
	height: 40px;
	line-height: 40px;
}
.slideGroup .parBd ul li .description a{
	color: #fff;
	float: right;
	margin-top: 10px;
	background: #7c0002;
	border-radius: 5px;
	padding: 3px 10px;
}*/

.div_lead .owl-item .item_block {
    width: 100%;
	transition: all 0.36s ease;
    height: auto;
    float: left;
    position: relative;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.15);
}

.div_lead .item_block .item_img {
    float: right;
    padding-top: 45%;
    width: 45%;
	position: relative;
    overflow: hidden;
}
.div_lead .item_block .item_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	transition: all 0.36s ease;
    display: inline;
	border: none;
    vertical-align: top;
}
.div_lead .item_block .item_wrapper {
    padding: 8% 8% 7%;
	float: left;
    width: 55%;
    box-sizing: border-box;
	transition: all 0.36s ease;
}
.div_lead .item_block .item_wrapper .titlename {
    font-size: 24px;
    line-height: 40px;
    color: #333;
	transition: all 0.36s ease;
}
.div_lead .ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
}
.div_lead  .item_block .item_wrapper .subtitle {
    font-size: 14px;
    line-height: 28px;
    color: #666;
	transition: all 0.36s ease;
}
.div_lead .item_block .item_des {
    margin-top: 13px;
}
.div_lead .item_block .item_wrapper .description {
    font-size: 14px;
    color: #888;
    line-height: 28px;
    height: 84px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
	transition: all 0.36s ease;
	overflow: hidden;
}